Feature: Actualizar POST
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 17.661s |
Scenario: Como un usuario inicio sesión cambio el acceso a un post
Before
0m 1.022s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.735s
And
I wait for 1 seconds
0m 1.111s
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
0m 0.168s
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
0m 0.146s
And
I wait for 1 seconds
0m 1.103s
Then
I click element with xpath "<BTN_SIGNIN_EID>"
0m 0.213s
And
I wait for 1 seconds
0m 1.146s
Given
I navigate to page "http://localhost:2368/ghost/#/tags/new"
0m 0.205s
And
I set text "TAG TEST" on element with xpath "<TAG_NAME_ID>"
0m 0.158s
And
I click element with xpath "<TAG_BTN_SAVE_ID>"
0m 0.161s
Then
I navigate to page "http://localhost:2368/ghost/#/posts"
0m 0.306s
And
I click element with xpath "<POST_ONLIST_CLASS>"
0m 0.273s
And
I wait for 1 seconds
0m 1.206s
Then
I click element with xpath "<CONTENT_ECLASS>"
0m 0.256s
And
Enter on element with xpath "<CONTENT_ECLASS>"
0m 0.252s
And
I wait for 1 seconds
0m 1.226s
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
0m 0.372s
And
I wait for 1 seconds
0m 1.251s
And
I set text "<MEMBERS_POST_ACCESS>" on element with xpath "<POST_ACCESS_SELECT_XPATH>"
0m 0.262s
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
0m 0.285s
And
I set text "POST ACCESS UPDATE" on element with xpath "<POST_TITLE_ECLASS>"
0m 0.276s
Then
I click element with xpath "<CONTENT_ECLASS>"
0m 0.266s
And
I wait for 5 seconds
0m 5.259s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 1 seconds
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
And
I wait for 1 seconds
Then
I click element with xpath "<BTN_SIGNIN_EID>"
And
I wait for 1 seconds
Given
I navigate to page "http://localhost:2368/ghost/#/tags/new"
And
I set text "TAG TEST" on element with xpath "<TAG_NAME_ID>"
And
I click element with xpath "<TAG_BTN_SAVE_ID>"
Then
I navigate to page "http://localhost:2368/ghost/#/posts"
And
I click element with xpath "<POST_ONLIST_CLASS>"
And
I wait for 1 seconds
Then
I click element with xpath "<CONTENT_ECLASS>"
And
Enter on element with xpath "<CONTENT_ECLASS>"
And
I wait for 1 seconds
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
And
I wait for 1 seconds
And
I set text "<MEMBERS_POST_ACCESS>" on element with xpath "<POST_ACCESS_SELECT_XPATH>"
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
And
I set text "POST ACCESS UPDATE" on element with xpath "<POST_TITLE_ECLASS>"
Then
I click element with xpath "<CONTENT_ECLASS>"
And
I wait for 5 seconds
After
NO IMAGE AVAILABLE